home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / blow_up.swf / scripts / DefineButton2_380 / BUTTONCONDACTION on(release).as
Text File  |  2005-01-17  |  585b  |  21 lines

  1. on(release){
  2.    if(_root.SoundOn)
  3.    {
  4.       _root.SoundClickButton.start();
  5.    }
  6.    _root.DialogMode = false;
  7.    _root.WindowGameMenu1._visible = false;
  8.    _root.Score = _root.LastScore;
  9.    _root.CurScore = _root.Score;
  10.    if(_root.TimeOrStepType == "TimeType" || _root.TimeOrStepType == "StepType")
  11.    {
  12.       _root.SetRandomLevel();
  13.       _root.TimerTypeTime = _root.CalculateTimerTypeMaxTime();
  14.    }
  15.    if(_root.TimeOrStepType == "PuzzleType")
  16.    {
  17.       _root.LoadLevel(_root.CurPuzzleLevel);
  18.       _root.TimerTypeTime = _root.CalculateMaxNumPopitok();
  19.    }
  20. }
  21.